/*
   New Perspectives on HTML and CSS
   Tutorial 7
   Tutorial Case

   Jumbo Popcorn Style Sheet
   Author: Pauline Stark
   Date: 06-27-2016  

   Filename:         clips.css
   Supporting Files: 

*/

/* Multimedia control styles */

audio, video {
	background-color: white;
	display: block;
	margin: 5px auto;
	text-align: center;
	width: 95%;
}


